How to update Photogram from v1.0.0 to v1.0.1

Note: Please back up your database/files before proceeding.

----------------------------------------------------------------------------
------------------------------ PHP Server ----------------------------------

Update following files:

bootstrap.php
api/index.php
api/admin/index.php

src/System.php
src/Data/Models/User/UserValidator.php

config.php [Make sure re-configure it with your settings]

admin [folder]

[or do a clean reinstall]

----------------------------------------------------------------------------
------------------------------ Mobile App ----------------------------------

Update following files:

pubspec.lock
pubspec.yaml

[main]

lib/main.dart
lib/import/core.dart
lib/core/res/app_images.dart
lib/core/classes/app_http_overrides.dart
lib/theme/photogram/include/pg_utils.dart
lib/theme/photogram/include/pages/post/create/pg_create_post_content_picker.dart
lib/theme/photogram/include/pages/post/pg_post_content_images_view.dart
lib/theme/photogram/include/pages/profile/edit/pg_edit_profile_page.dart
lib/theme/photogram/include/pages/profile/edit/pg_edit_profile_picture_page.dart
lib/theme/photogram/include/pages/profile/settings/pg_profile_page.dart
lib/theme/photogram/include/screens/pg_splash_screen.dart
lib/theme/photogram/include/widgets/post/pg_feed_post_widget.dart
lib/theme/photogram/include/widgets/post/pg_feed_post_widget.dart
lib/theme/photogram/include/pages/post/create/pg_create_post_content_picker.dart

[Language]

lib/l10n/app_en.arb [added a key: uploadPhotos]

[Logos]

assets/png/logo_company.png
assets/png/logo_company_on_dark.png
assets/png/logo_company_on_light.png
android/app/src/main/AndroidManifest.xml

[config]

lib/config.dart [Make sure re-configure it with your settings]

[or do a clean reinstall]

----------------------------------------------------------------------------
--------------------------------- Changelog --------------------------------

New:

- Ability to take photos using Camera while creating a new post.
- Gallery view with zoom/pan for photos appearing in feeds(longpress on photo to switch).

Improvements:

- Company logo now has two variants, one for dark and other for light mode.
- Tapping on username in a "suggested post" now opens profile page.

Bug fixes:

- Dark mode failing to presist between reloads.
- Tap on User's web address in bio not launching.
- User bio's field overflowing when it has line breaks.
- Preloader not working while uploading profile pictures.
- Splash screen showing white variant of logo in dark mode.
- Some hashtag pages showing "Something went wrong" message.
- Post page going blank when opened from a tap on Notification content.
- App giving "Something went wrong" frequently on some devices while registration.
- Multiple hashtags in a single post not getting linked to hashtag page.
- Deleting a photo from selected photos throwing gray screen(while creating a post).
